Interpreter Design Pattern

인터프리터 디자인 패턴(Interpretre Design Pattern)
인터프리터 디자인 패턴은 입력 데이터를 해석하는 것을 의미한다.

파이썬의 인터프리터도 여기서 말하는 인터프리터이다.